home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Add-On's (Tournament Edition) / Cybercore Publishing - Ultimate Add-on's Tournament Edition.iso / tools / heretic / heu / heep701 / heep.bat < prev    next >
DOS Batch File  |  1995-05-11  |  649b  |  21 lines

  1. @echo off
  2. echo In CONFIG.SYS you need: HIMEM.SYS, FILES=20 and -NO- QDPMI (QEMM only)
  3. echo You will get Filexxx NOT FOUND messages if FILES is too low a value!
  4. echo For Windows, you need WINDPMI.386 in SYSTEM.INI, see README.DOC
  5.  
  6. rem -----If you are reading this to find a HEEP.INI, look no further.
  7. rem      There is NO .INI file any longer. Just type HEEP and follow the
  8. rem      onscreen instructions!
  9.  
  10. rem -----This batch file is required to build nodes and test levels (registered)
  11.  
  12. HEEP32 %1 %2 %3 %4 %5 %6 %7 %8 %9
  13. :checklevel
  14. if NOT errorlevel 100 goto exit
  15. call HEEPPLAY.BAT
  16. @echo off
  17. HEEP32
  18. goto checklevel
  19. :exit
  20. echo.
  21.